PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFRawImage Class / setWidth Method
The image width in pixels.
In This Topic
    setWidth Method
    In This Topic
    Sets the image width.
    Syntax
    public void setWidth( 
       int width
    )

    Parameters

    width
    The image width in pixels.
    Exceptions
    ExceptionDescription
    When width is less than or equal to 0
    See Also